SftTree/NET 2.0

_Width Property, ColumnClass Class

Softel vdm, Inc.

Returns the real width of the column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property _Width As Integer

C#   

public int _Width { get; }

C++   

public: property int _Width {
        int get();
}

Property Value

The width in pixels.

Comments

The _Width property returns the real width of the column.

The _Width property returns the actually defined width of a column. When an open-ended last column is used (see Columns.LastOpenended), the width of the space available to the column can be larger. The _Width property returns the last width assigned to the Width property.

The Width property can be used to determine the width of the column, including any additional space allocated to an open-ended last column.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com